Welcome![Sign In][Sign Up]
Location:
Search - vb sendmessage

Search list

[Windows DevelopVBSendText

Description: VB进程间通讯演示(1.0) 说明:一共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,PostMessage只能在WM_USER以上的自定义消息中才能传递指针,那么如何才能异步通讯呢?我还没有好主意,就用定时器吧!看看这个可以聊天的程序就知道了。 Common目录下有四个模块。其中ShareStr2.cls是原来大师Bruce MicKenney写的东西,就是这个东西害我浪费很多时间来调试。-VB inter-process communication demo (1.0) Note : A total of four demonstration. Respectively, as follows : 1 : Sample a simple use of shared memory mapping example, look at the operation of two examples, we know that nothing special. 2 : SendText not window-type, and to achieve this definition of news from the same effect. 3 : As demonstrated SendFile 2 updates, or to pass through the string, not send bulk text, the cases demonstrate a comprehensive and demonstration to send two large text functions. 4 : Chat demonstration two and three demonstration SendMessage are used to notify the news release, it is not asynchronous communications, inter-process SetWindowText not use PostMessage WM_USER only in the above-defined messages can transfer target, then how can asynchronous communication? I
Platform: | Size: 52250 | Author: gy | Hits:

[Web ServersendMessage_VB

Description: 在vb中使用sendmessage在两个进程间进行通信的示例程序. -in vb use sendmessage process between the two exemplars of communication procedures.
Platform: | Size: 80474 | Author: sunnf | Hits:

[OS programSendMessage

Description: 发送一个按键值到应用程序+VB源代码.rar
Platform: | Size: 23120 | Author: 深层次 | Hits:

[Other resourceQQxingbie

Description: 几个月前用VB做的小软件,今天把他翻出来又重新修改了一下,使其支持QQ2006,QQ2007 Beta1, 网上的流传的QQ性别修改器倒是不少,但是没看到几个公布了源代码的,其实这个软件非常简单,主要就是用到了FindWindow,EnumChildWindows 和SendMessage几个API函数(不知道把这个小软件发到这里有没有偏题啊~! ^_^)我把我写的代码发上来,希望能对感兴趣的朋友有一定的帮助.我是菜鸟,希望大家不要丢苹果和西瓜(不介意葡萄之类的小水果,^_^)
Platform: | Size: 80158 | Author: 孙伟 | Hits:

[Crack Hack13645

Description: 用VB做万象密码查询工具,这里用到几个常用的API函数:FindWindow,SendMessage,GetClassName,WindowFromPoint
Platform: | Size: 24215 | Author: 黄俊荐 | Hits:

[ListView/ListBox用VB实现状态栏上的进度条

Description: Option Explicit Public Declare Function SendMessage Lib \"user32\" Alias \"SendMessageA\" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long Public Declare Function SetParent Lib \"user32\" (ByVal hWndChild As Long, ByVal hWndNewParent As Long) As Long
Platform: | Size: 1203 | Author: 康棋德 | Hits:

[ListView/ListBox用VB实现状态栏上的进度条

Description: Option Explicit Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long Public Declare Function SetParent Lib "user32" (ByVal hWndChild As Long, ByVal hWndNewParent As Long) As Long
Platform: | Size: 1024 | Author: 康棋德 | Hits:

[Windows DevelopVBSendText

Description: VB进程间通讯演示(1.0) 说明:一共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,PostMessage只能在WM_USER以上的自定义消息中才能传递指针,那么如何才能异步通讯呢?我还没有好主意,就用定时器吧!看看这个可以聊天的程序就知道了。 Common目录下有四个模块。其中ShareStr2.cls是原来大师Bruce MicKenney写的东西,就是这个东西害我浪费很多时间来调试。-VB inter-process communication demo (1.0) Note : A total of four demonstration. Respectively, as follows : 1 : Sample a simple use of shared memory mapping example, look at the operation of two examples, we know that nothing special. 2 : SendText not window-type, and to achieve this definition of news from the same effect. 3 : As demonstrated SendFile 2 updates, or to pass through the string, not send bulk text, the cases demonstrate a comprehensive and demonstration to send two large text functions. 4 : Chat demonstration two and three demonstration SendMessage are used to notify the news release, it is not asynchronous communications, inter-process SetWindowText not use PostMessage WM_USER only in the above-defined messages can transfer target, then how can asynchronous communication? I
Platform: | Size: 52224 | Author: gy | Hits:

[WEB CodesendMessage_VB

Description: 在vb中使用sendmessage在两个进程间进行通信的示例程序. -in vb use sendmessage process between the two exemplars of communication procedures.
Platform: | Size: 79872 | Author: sunnf | Hits:

[OS programSendMessage

Description: 发送一个按键值到应用程序+VB源代码.rar-Send a keystroke to the application value of+ VB source code. Rar
Platform: | Size: 22528 | Author: 深层次 | Hits:

[source in ebookQQxingbie

Description: 几个月前用VB做的小软件,今天把他翻出来又重新修改了一下,使其支持QQ2006,QQ2007 Beta1, 网上的流传的QQ性别修改器倒是不少,但是没看到几个公布了源代码的,其实这个软件非常简单,主要就是用到了FindWindow,EnumChildWindows 和SendMessage几个API函数(不知道把这个小软件发到这里有没有偏题啊~! ^_^)我把我写的代码发上来,希望能对感兴趣的朋友有一定的帮助.我是菜鸟,希望大家不要丢苹果和西瓜(不介意葡萄之类的小水果,^_^)-Using VB to do a few months ago a small software, today turned him out again, then modify it to support the QQ2006, QQ2007 Beta1, the spread of online QQ modify browser but a lot of sex, but did not see a number of published source code, in fact, this software is simple and is mainly used for the FindWindow, EnumChildWindows and a few API function SendMessage (do not know to this little software has not sent to the tricky question here ah ~! ^ _ ^) I put the code I wrote fat onto the hope that it can have a friend interested in some help. I am a rookie, hope that we will not throw apples and watermelon (do not mind the small grape like fruit ,^_^)
Platform: | Size: 79872 | Author: 孙伟 | Hits:

[Crack Hack13645

Description: 用VB做万象密码查询工具,这里用到几个常用的API函数:FindWindow,SendMessage,GetClassName,WindowFromPoint-Vientiane password to use VB to do query tool, used here in several commonly used API functions: FindWindow, SendMessage, GetClassName, WindowFromPoint
Platform: | Size: 23552 | Author: 黄俊荐 | Hits:

[Windows DevelopGSMMessagebseonVB

Description: 基于VB的GSM源程序,内含VB的源程序,可以随意的修改为自己需要的文件-GSM sendmessage base on VB
Platform: | Size: 32768 | Author: | Hits:

[Windows DevelopSendmessage

Description: 在局域网内发送消息,用VB开发的,又需要的可以下载-Send a message in the LAN, using VB development, but also can download the necessary look at the
Platform: | Size: 2048 | Author: 王毅 | Hits:

[Game Programsendmessage

Description: VB编写自动喊话器外挂教程(完整版),跟随鼠标的光标发帖-sendmessage
Platform: | Size: 8574976 | Author: 王光良 | Hits:

[Windows DevelopVideo_capture_program

Description: VB开发的视频捕捉程序源代码,方便实用。Function capCaptureSingleFrameClose(ByVal lwnd As Long) As Boolean capCaptureSingleFrameClose = SendMessage(lwnd, WM_CAP_SINGLE_FRAME_CLOSE, 0, 0) End Function -VB development video capture program source code, convenient and practical. Function capCaptureSingleFrameClose(ByVal lwnd As Long) As Boolean capCaptureSingleFrameClose = SendMessage(lwnd, WM_CAP_SINGLE_FRAME_CLOSE, 0, 0) End Function
Platform: | Size: 12288 | Author: LuckierMa | Hits:

[Othersendmessage

Description: 给另一窗口文本框发信息,代码简单,仅献给VB初学者!-Text box to another window, send messages, the code is simple, just dedicated to VB for beginners!
Platform: | Size: 3072 | Author: value | Hits:

[Button controlsendmessage

Description: 在Windows编程中,向文本框控件、列表控件、按钮控件等是我们最常接触的控件了。但是在VB中这些控件有时无法实现我们的需要。在这时,我们只要简单的利用Windows API函数就可以扩充这些控件的功能了。-In Windows programming, to the text box control, list control, button control so that we control the most exposure. But sometimes these controls in VB can not fulfill our needs. At this point, we simply use Windows API function can extend the functionality of these controls.
Platform: | Size: 4096 | Author: 蔡杰 | Hits:

[Hook apiSendMessage

Description: vb编写的几个按键模拟的代码,实现简单的外挂的功能-vb prepared several key simulation code
Platform: | Size: 6144 | Author: andyzhang | Hits:

[Video CaptureVB6 Camera

Description: VB6 Camera 可连续拍照, 读取点颜色, 粘贴夹保存文件(Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long Public Declare Function capCreateCaptureWindow Lib "avicap32.dll" Alias "capCreateCaptureWindowA" _ (ByVal lpszWindowName As String, _ ByVal dwStyle As Long, _ ByVal X As Long, ByVal Y As Long, _ ByVal nWidth As Long, ByVal nHeight As Long, _ ByVal hwndParent As Long, _ ByVal nID As Long) As Long)
Platform: | Size: 6144 | Author: xdb | Hits:
« 12 »

CodeBus www.codebus.net